home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Programming / LEDA / Makefile.amiga < prev    next >
Makefile  |  1994-11-14  |  434b  |  21 lines

  1. echo "This is an AMIGA  batch file, that creates the Linker Libs for gcc and"
  2. echo "the sample programs in the `prog' drawer."
  3. echo "*N*N Making the linker libs"
  4. date
  5. cd src
  6. execute makefile.amiga
  7. date
  8. cd /
  9. echo "*N*N Making the demo programs"
  10. date
  11. cd prog
  12. execute makefile.amiga
  13. date
  14. echo "*N*N DONE"
  15.  
  16. ; Gerhard Leibrock, November 1994
  17. ; Neuhaeuselerstr. 12, 66459 Kirkel, T:(+49) 06849/6134, GERMANY
  18. ;
  19. ; fach5@cipsol.cs.uni-sb.de
  20. ;
  21.